home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 05 - 1989 / 05.09 Sep 89 / MPW C Sources / func.c next >
Encoding:
C/C++ Source or Header  |  1989-04-16  |  103 b   |  7 lines  |  [TEXT/MPS ]

  1. extern int number;
  2.  
  3. void func()
  4. {
  5.   /* Set breakpoint #2 here (from SADE worksheet) */
  6.   number = 10;
  7. }